home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / anim2mpegb / smartscale.doc < prev   
Text File  |  1999-01-01  |  902b  |  27 lines

  1.  
  2. Smart scale v1.0 (c) 1996 Lorence Lombardo.
  3.  
  4. WHAT THE F_CK IS SMARTSCALE ?
  5.  
  6. SmartScale is a little program i wrote intended for picture conversion script
  7. files. It has 3 output modes. Con, env & ask.
  8. It will look at a picture or animation and tell you the dimensions of
  9. that picture and output the information to the con or env.
  10. If you enter x & y scale args, the args will be recalculated & output'd in order
  11. to keep the aspect ratio of the picture or animation the same.
  12. If you use the ask mode you will be asked to enter an X & Y scale. Ideal for
  13. script files.
  14.  
  15.  
  16.  Usage:
  17.  SmartScale [con/env/ask] [file name] [x scale] [y scale] [u]
  18.  eg. SmartScale env pic.iff 640 200
  19.  
  20.  ENV outputs:
  21.  XIN & YIN input size of picture
  22.  XINh half of input XIN
  23.  DIN depth of picture
  24.  XOUT & YOUT calculated size of picture within the [x & y scale] args
  25.               while still maintaining the correct aspect ratio.
  26.  
  27.